x86/cpuid: Handle the long vendor string in guest_cpuid()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 18 Jan 2017 18:13:17 +0000 (18:13 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 25 Jan 2017 10:24:40 +0000 (10:24 +0000)
commita75f6163cf838a2bdfe67f7bcbe26beccd37106d
tree23cab5467aa8d7485121e4306f7c1506f3f0136c
parent07929c99852694208ab5844f1382482ef4ecc5fc
x86/cpuid: Handle the long vendor string in guest_cpuid()

Leaves 0x80000002 through 0x80000004 are plain ASCII text, and are left
exactly as the toolstack chooses.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/cpuid.c